{% extends 'base.html' %} {% block title %}Server Error | TaskFlow{% endblock %} {% block content %}

500

Server Error

Oops! Something went wrong on our end.

We're experiencing some technical difficulties. Our team has been notified and we're working to fix this issue.

{% if request.sentry.event_id %}

Error ID: {{ request.sentry.event_id }}

{% endif %}
{% endblock %} {% block extra_css %} {% endblock %}